Dialog Response Codes

Code                            Meaning
GTK_RESPONSE_ACCEPT             Accept button was pressed
GTK_RESPONSE_DELETE_EVENT       Dialog was closed
GTK_RESPONSE_OK                 OK button was pressed
GTK_RESPONSE_CANCEL             Cancel button was pressed
GTK_RESPONSE_CLOSE              Close button was pressed
GTK_RESPONSE_YES                Yes button was pressed
GTK_RESPONSE_NO                 No button was pressed
GTK_RESPONSE_APPLY              Apply button was pressed
GTK_RESPONSE_HELP               Help button was pressed
